You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > Optimization Class > Optimization Methods > MinBrent Method > Optimization.MinBrent Method (double, double, TRealFunction, [In] TMtxFloatPrecision, [In] double[], [In] object[], out double)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Optimization.MinBrent Method (double, double, TRealFunction, [In] TMtxFloatPrecision, [In] double[], [In] object[], out double)

Minimizes single variable function by using default settings and no log.

Syntax
C#
Visual Basic
public static int MinBrent(double ax, double bx, TRealFunction Func, [In] TMtxFloatPrecision FloatPrecision, [In] double[] Consts, [In] object[] ObjConst, out double MinX);

Use this version if algorithm step logs are not needed.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!